home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / bash / bash-108 / bash-108.zoo / bash-1.08 / examples / shcat < prev    next >
Encoding:
Text File  |  1991-02-26  |  54 b   |  8 lines

  1. shcat()
  2. {
  3.     while read line
  4.     do
  5.         echo "$line"
  6.     done
  7. }
  8.